home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex (VCA Interactive) / Virtual Sex (VCA Interactive).iso / mac / Virtual Sex Power Mac / VS_TM / 00062.ls < prev    next >
Encoding:
Text File  |  1995-06-22  |  142 b   |  9 lines

  1. on exitFrame
  2.   updateStage()
  3.   if the movieRate of sprite 1 = 0 then
  4.     set the movieRate of sprite 1 to 1
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.